ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1CollectionViewBase<T> Class / Count Property

In This Topic
    Count Property (C1CollectionViewBase<T>)
    In This Topic
    Gets the number of elements in the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As System.Integer
    public System.int Count {get;}
    See Also